home *** CD-ROM | disk | FTP | other *** search
/ Mulan Multimedia Press Kit / Mulan - Multimedia Press Kit.iso / pc / mulan.dxr / 00069_Field_69.txt < prev    next >
Text File  |  1998-06-11  |  171b  |  9 lines

  1. -- std btn handler for any btn
  2. -- 
  3. on mouseDown 
  4.   global gBtnList
  5.  
  6.   set whichBtn = getAt(gBtnList,the clickon)
  7.   if objectp(whichBtn) then button(whichBtn) 
  8. end
  9.